linkAccount

open override fun linkAccount(email: String, password: String, onResult: (Throwable?) -> Unit)

Link the current account to a new email and password. This allows the user to associate an email and password with their account.

Parameters

email

The email address to link.

password

The password to associate with the email.

onResult

The callback function to handle the result of linking the account.